home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / SCIENTIF / 1461.ZIP / TEXT.ARC / INSTRUCT.TXT < prev    next >
Text File  |  1988-12-22  |  16KB  |  269 lines

  1.                         INITIAL INSTRUCTIONS     
  2.  
  3.  
  4.  
  5.                 With the advent of computerization and the 
  6.         availability of personal computers, it is only a natural 
  7.         migration of the plant operator's interests to find itself 
  8.         involved with computers. Thus far, there are many software 
  9.         packages on the market that have to do with total plant 
  10.         operations and deal with a large data base that involves 
  11.         instrument monitoring and mainframe computer setups.  There 
  12.         are some programs on the market that deal with process 
  13.         control, but they are usually expensive and are meant for 
  14.         large implementation.  So far, there has not been many 
  15.         programs available for the individual operator for use on his 
  16.         personal computer (or a PC that may be available to him at 
  17.         his plant).   
  18.           
  19.               This program is directed toward that operator who may 
  20.         not have a large mainframe available nor a sizeable program 
  21.         implemented that usually is out of his reach (except as 
  22.         perhaps a data entry clerk).  An operator will find this 
  23.         program and method useful no matter the size of his plant, 
  24.         but the greatest need might be found with that operator who 
  25.         is involved with smaller plants and limited money and 
  26.         personell.  The method itself should be comtemplated as a 
  27.         very practical attack at process control...and a common sense 
  28.         approach of the objectives of orthodox EPA methods.  
  29.            
  30.              The Program is written in Basic language for the reason 
  31.         that most operators will migrate at least to some degree into 
  32.         a familiarization with this language.  It is a readily 
  33.         accessable language for those of a technical mind who may not 
  34.         be programmers in the technical sense.  In a way, this 
  35.         program is meant as only the skeletal beginnings of an 
  36.         extensive tool by which the operator can build (or delete) as 
  37.         he wishes. 
  38.            
  39.             The first step in use of this program is to create a 
  40.         backup copy of the disks.  Issuing of the command <DISKCOPY 
  41.         A: B:> will prompt DOS to ask for insertion of your SOURCE 
  42.         DISK upon which you should insert the program disk.  Once 
  43.         this is read into buffer memory, the DOS will ask for 
  44.         insertion of the TARGET DISK upon which you should insert a 
  45.         newly formatted disk for the copy. Pressing <enter> will then 
  46.         initialize Diskcopy to make a copy of the disk. Repeating the 
  47.         procedure will give you copies to rely upon if anything 
  48.         should happen to the workdisks you have created. 
  49.  
  50.             Note that your prompt may be different than what is used 
  51.         in these instructions.  Please replace your prompt if 
  52.         different from <:"disk drive">.   
  53.            
  54.              There are text files on the disks that are immediately 
  55.         readable...the second disk used as a text reference guide.  
  56.         Typing <START2> with the text file inserted in your floppy 
  57.         disk drive will bring up a text menu from which you can call
  58.         up these text files.  The subjects are as follows : MCRT,
  59.         CELLS, WWTRENDS, INTRODUCTION, MICROBES, CHEMICAL AIDS, 
  60.         NITRIFICATION, CHLORINE, and ANAEROBIC DIGESTION and a second 
  61.         MCRT text file.  Entry of <MCRT>, <CELLS>, <WWTRENDS>, 
  62.         <INTRO>, <MICROBES>, <CHEM>, <NITRIFY>, <CL2>, <DIGESTER> or 
  63.         <MCRT2> will display the contents of these text files without 
  64.         the menu on your monitor for view.  Entering <ALL> will type 
  65.         out all the text files in succession.  Entry of <INSTRUCT> 
  66.         will of course type this text file. 
  67.            
  68.           To enter Basic language from your DOS network, simply enter 
  69.         the word <START> with your program disk inserted.  It is 
  70.         recommended that once into BASIC, that you type in the entry 
  71.         <KEY OFF> to erase from the screen your function keys 
  72.         display.  
  73.            
  74.          Your first step in set up of the program is to list all files 
  75.         that have a .BAS ending on their name.  To do this, enter the 
  76.         command <FILES "B:*.*"> and you will see the directory typed 
  77.         onto your screen.  You may have to enter <ctrl/break> to stop 
  78.         program first.  There are three files that need to be updated 
  79.         with your own plant dimensions.  This is an inavoidable step 
  80.         without customized programing for your particular plant.  
  81.            
  82.             The first file to update will be PROCESS.BAS.  This is 
  83.         your main program that does most of the calculations that 
  84.         your other programs will use.  An edit portion is provided on 
  85.         the end of each of these programs that needs updating.  First 
  86.         you must load the program into memory by typing  <LOAD 
  87.         "B:PROCESS.BAS"> verbatim and then pressing enter.  With the 
  88.         "ok" prompt, the program will be in your computer's memory.  
  89.         Next step is to type in the command <RUN 20000>(twenty 
  90.         thousand).  This will initialize the program at the editing 
  91.         portion of the program. The program instructions will take 
  92.         over in letting you know what to do step by step to install 
  93.         numbers for your plant.  Be sure not to alter any of the 
  94.         lines except for the numbers that are asked for.  Altering 
  95.         brackets, semicolons, paranthesis or any punctuation will 
  96.         cause erroneous results.  It is best to use your keyboard 
  97.         "insert" key, (labeled INS on most keyboards) and then 
  98.         carefully delete the unwanted numbers with your delete key, 
  99.         labeled DEL. Once you have entered your plant's paramters, 
  100.         you will have to "save" the new programing to the disk.  This 
  101.         is accomplished simply by returning to the main menu and 
  102.         selecting the "SAVE TO DISK" or "SAVE PROGRAMING" option from 
  103.         menu.  Be sure you have at least 30,000 bytes of room left on 
  104.         your disk for this.  (if the edit program does not return you 
  105.         to menu automatically, type in <RUN> and press enter). 
  106.            
  107.          The edit program has the final function of deleting itself 
  108.         to save room in your computer memory, so be sure of your 
  109.         numbers and then be sure you have backup copies made of your 
  110.         disks.  You will be given the option of keeping the editing 
  111.         program however. 
  112.            
  113.           After this step, you should have updated the main program 
  114.         PROCESS.BAS with your plant's numbers and have it saved on 
  115.         disk. There are two more files that need updating with your 
  116.         plant's parameters.  The next file will be the file 
  117.         LISTS.BAS.  The procedure is exactly the same was it was for 
  118.         PROCESS.BAS.  Enter <NEW> and then type and enter <LOAD 
  119.         "B:LISTS.BAS">.  Again at the "ok" prompt, type and enter 
  120.         <RUN 20000>.  The edit portion is again attached at the end 
  121.         of this program and will give you instructions as you go.  
  122.         The same care applies in not altering any punctuation and 
  123.         making sure your numbers are the ones called for in the 
  124.         program.   Again, be sure you save the new programing once 
  125.         you've returned to the main menu.  
  126.            
  127.           The final file to be updated is the file PERIODS.BAS. There 
  128.         is only one line to update...but it is done with the same 
  129.         procedure as Process and Lists.  Type and enter <NEW> and the 
  130.         at  "ok" prompt type and enter <LOAD "B:PERIODS.BAS">.  Then 
  131.         type and enter <RUN 20000>.  The edit program will take over 
  132.         from there. 
  133.            
  134.           Now your program should be customized to apply to your 
  135.         plant. Initialize the start of program running with the 
  136.         direct command of <RUN "B:PROCESS.BAS">.  If you have 
  137.         multiple tanks in any given section of your process, it 
  138.         recommended that you use total volumes "under aeration" or 
  139.         "under clarification".  Elsewise, you can set up another 
  140.         disk.  The programs are set up to handle one process.  If 
  141.         your plant has more than one, then it will require  seperate 
  142.         disks.  
  143.                         
  144.          Once you have set up the program with your plant's design 
  145.         parameters, the next step is to start your data files from 
  146.         which the program will derive its calculations.  There are 
  147.         some data files that already exist on your disk for 
  148.         demonstration purposes. It is recommended that you run the 
  149.         program several times getting the feel for it.  Afterwards, 
  150.         you will need to erase and then reopen each data file. This 
  151.         will also be explained to you as you run the edit portion of 
  152.         the programs and is done automatically. Once you have reset 
  153.         the data files, there will be no data from which the programs 
  154.         can run until you begin entry of your own data. 
  155.  
  156.           Once your data files are reset for new data, you are ready 
  157.         to start entering your plant's data on a daily basis.  The 
  158.         data that is used are the usual numbers one obtains in normal 
  159.         daily monitor of a plant...MLss, RASss, WASss, Waste 
  160.         gallons(mg), Settleable Solids, RAS flow(%influent), Infl Q, 
  161.         effl Q, infl BOD, Infl Suspended solids, effl BOD, and effl 
  162.         suspended solids.  These will be entered into your DATA file.  
  163.         Your plant calculations of MCRT(daily and running averages as 
  164.         perscribed by your input), f/m, svi, lbs under aeration, lbs 
  165.         clarification, and lbs wasted and as well your net MLVSS 
  166.         solids produced for lbs of infl BOD applied will be 
  167.         automatically calculated and entered under the file PARAM.  
  168.         The BOD listings are of course difficult to assess on a daily 
  169.         basis immediately.  It is recommended that entries are made 
  170.         by judgement and then when BOD test results are obtained to 
  171.         update the files.  There is an edit portion of programing 
  172.         that can readily accomplishe this.  In time, the profiles 
  173.         will dictate to you a good idea of plant conditions that will 
  174.         enhance your judgement entries. A probability listing is 
  175.         provided for this important parameter once you have entered 
  176.         several days worth of data.  Max, mins and averages are also 
  177.         automatically derived from the data you enter.  Target and 
  178.         scenario calculations are provided for RAS control, MCRT 
  179.         targeting, F/m monitoring, and aeration control(the aeration 
  180.         applies only to coarse bubble or mechanical type systems).   
  181.            
  182.          There is a supplement program that uses Al West methods 
  183.         using sludge units.  The main purpose of this section of 
  184.         programing is RAS control, which has been found to be a very 
  185.         successful method for this control.  Data entry here is on a 
  186.         daily testing basis and there is no data file.  Input is 
  187.         centered around flow and centrifuge spin results and 
  188.         settleometer testing as perscribed in the Al West Manual. 
  189.            
  190.           A portion of this program that may be somewhat new to the 
  191.         operator is the microslide portion.  The data entry here is a 
  192.         simple relative number assigned to each microslide grouping 
  193.         as their activity describes.  This is a simple method that 
  194.         relies quite heavily on the judgement of the operator...but 
  195.         is quite accurate over time as the operator is required to 
  196.         observe his microslides on a daily basis.  It has been 
  197.         demonstrated as being a very successful procedure that 
  198.         graphically displays the activity of one's process biology 
  199.         with the relative oxidation level that his process is at.  
  200.         Please read the INTRO text for further explanation of this 
  201.         programing. 
  202.  
  203.             Also required as daily data input are the relative 
  204.         perceptions of the operator to his process oxidation level 
  205.         and the MCRT and as well as a short verbal description of the 
  206.         state of his process.  This portion of the program is found 
  207.         in the TROUBLESHOOTING GUIDE that also includes a capsule 
  208.         guide of the charts found in the EPA manual MO-14 with an 
  209.         attempt to relate solutions to the simplified perception of 
  210.         oxidation level.   There is also a Chemical guide provided 
  211.         that gives a quick overview of chemicals and their recommened 
  212.         applications if there is special needs in your plant.  
  213.         Graphing of all plant relationships can be accomplished in 
  214.         the Al West segment.  Graphs are set up for text monitors 
  215.         since it is assumed that many operators will not have graphic 
  216.         or color monitors available. These graphs are for quick 
  217.         depiction of general relationships.   
  218.  
  219.           This program is a chain of several smaller programs.  It is 
  220.         assumed that quite a few operators will become familiar with 
  221.         Basic programming as time goes (if they are not already 
  222.         familiar) and in each small program is the ability to save 
  223.         any added changes with a simple keystroke.  It is recommended 
  224.         that changes be additions at the end of these programs and 
  225.         not internal changes of the programs themselves.  Any new 
  226.         saving of programing will require a .BAK file to be present 
  227.         on the disk (with use from the menus).  These are, as the 
  228.         extension suggests, backup files.  Once new programing is 
  229.         set, you may want to delete these for added room on your 
  230.         disks. 
  231.            
  232.           If you have a hard disk, enter all these files under the 
  233.         same subdirectory.  This will be the most advantagous setup 
  234.         since your data files will then have nearly unlimited room 
  235.         for additional imput and storage.  Your data files will 
  236.         eventually be the largest files you'll have and thusly setup 
  237.         to provide greatest disk space is best.  You may decide to 
  238.         use only the operational programs on one disk to have enough 
  239.         room for the data files.  These will be the files 
  240.         PROCESS.BAS, PERIODS.BAS, AWEST.BAS, BUGS.BAS, and 
  241.         TROUBLE.BAS.  All other files are provided as utlity use for 
  242.         your convenience as reference and insight.  The LISTS.BAS 
  243.         program for instance is provided to display different 
  244.         scenario listings as parameters are input by you.  The 
  245.         CHEM.BAS program is a reference guide that you probably would 
  246.         not use on a daily basis..as well the PROBABLE.BAS program 
  247.         that provides you with a probability of different influent 
  248.         and effluent parameters.   
  249.             
  250.           Printing options are of the DATA file, the PARAMeters file, 
  251.         or the Q DATA file.  The PARAMeters data file is set up that 
  252.         you may obtain a daily, weekly, monthly(or any set period you 
  253.         input)report of the plant profile.  It is assumed that most 
  254.         operators will acquiesce into DOS systems and will probably 
  255.         have IBM compatible equipment...as in an IBM or IBM emuable 
  256.         printer.  If so, this information is readily available for 
  257.         printout with a simple key stroke.  If the available printer 
  258.         is not IBM imuable, new programing will have to be installed 
  259.         as described by the printer manual.  An option to this is to 
  260.         obtain the Shareware program PC-WRITE that has an extensive 
  261.         printer definition portion of its program that can be applied 
  262.         to your printer.  Respect for the Shareware by-laws prohibits 
  263.         provision of this with this program. 
  264.            
  265.         Requirements for this program are DOS 2.0 and IBM BASICA 3.1 
  266.         or equivalents. 
  267.           
  268.                 
  269.